ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / Palette Class / Initialize Method / Initialize(Int32[]) Method
The colors.

In This Topic
    Initialize(Int32[]) Method
    In This Topic
    Initializes with the specified colors.
    Syntax
    'Declaration
     
    Public Overloads Sub Initialize( _
       ByVal colors() As System.Integer _
    ) 
    public void Initialize( 
       System.int[] colors
    )

    Parameters

    colors
    The colors.
    See Also